home *** CD-ROM | disk | FTP | other *** search
- /**/
- 'cls'
- Say "**********************************************************************"
- Say " Name: Test Case 08"
- Say " "
- Say " Program: PMView 0.86b"
- Say " "
- Say " Purpose: To display a 1280x1024x256 GIF image on the desktop"
- Say " "
- Say " "
- Say " Please refer test08.doc for more"
- Say " information on what this test case does."
- Say "**********************************************************************"
-
- '@echo off'
- Pause
- 'cd ..\pmview'
- 'call pmview /INI=\pmview ..\..\data\1280x102.gif'
- 'cd ..\testcase'
- '@echo on'
- EXIT
-